home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / nShell™ drop / bin / man / man.rsrc / TEXT_16190_man done general.txt < prev    next >
Encoding:
Text File  |  1994-09-15  |  204 b   |  17 lines

  1.  
  2. NAME
  3.  
  4. done - conditional execution
  5.  
  6. SYNOPSIS
  7.  
  8. while <commands1> do <commands2> done
  9.  
  10. or
  11.  
  12. until <commands1> do <commands2> done
  13.  
  14. DESCRIPTION
  15.  
  16. See the man page for "while" or "until" for more information.
  17.